projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fec5272
)
(init_callproc): Set Vdoc_directory like Vdata_directory.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 21 Apr 1994 08:31:39 +0000
(08:31 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 21 Apr 1994 08:31:39 +0000
(08:31 +0000)
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index ea4f08b81fc7134a27c0cdbadb6eb8778a318e09..9836b65f529af342dd84271e27e0400b7f3ab3d4 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-832,7
+832,7
@@
init_callproc ()
{
tem = Fexpand_file_name (build_string ("etc"),
Vinstallation_directory);
- Vdata_directory = Ffile_name_as_directory (tem);
+ Vd
oc_directory = Vd
ata_directory = Ffile_name_as_directory (tem);
}
}
}